home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
frame_51
/
PlaceObject2_2881_575
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
208 b
|
10 lines
onClipEvent(enterFrame){
if(this._currentframe == 1 && _root.ttogo._currentframe == 100)
{
if(Key.isDown(37) && !Key.isDown(39))
{
_root.arena.frog1.play();
}
}
}